home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / FERGUSON / CLIENT_P / !Client_Ex / !Run < prev    next >
Text File  |  1995-06-04  |  754b  |  24 lines

  1. | !Boot for !Client_Ex application
  2. | © D.Ferguson, 26-May-1995
  3. |
  4. Obey <Obey$Dir>.!Boot
  5.  
  6. |check what version of riscos this is
  7. RMEnsure UtilityModule 3.10 This application needs RISC OS 3.10 or later
  8.  
  9. |See if the protocol stack is loaded
  10. |not really needed since it is checked for in the code as well
  11. |RMEnsure Internet 0 Error Protocol stack does not seem to be present
  12.  
  13. |Check C library is present
  14. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.CLib
  15. RMEnsure SharedCLibrary 3.75 Error You need SharedCLibrary 3.75 or later
  16.  
  17. Filer_Run Client_Ex:Resources.Debug
  18. Filer_Run Client_Ex:Resources.StdErr
  19.  
  20. WimpSlot -min 64k -max 64k
  21. /Client_Ex:!RunImage 1>pipe:$.Debug 2>pipe:$.StdErr
  22. |/Client_Ex:!RunImage 1>Client_Ex:Debug.Debug 2>Client_Ex:Debug.StdErr
  23.  
  24.